home *** CD-ROM | disk | FTP | other *** search
/ Personal Paint v7.1 / Cloanto Personal Paint v7.1.iso / ppaintcd.guide (.txt) < prev    next >
Amigaguide Document  |  1997-05-09  |  2KB  |  67 lines

  1. .k ""
  2. .bra {
  3. .ket }
  4. ; ***  If you did a "drag and drop" to read an AmigaGuide  ***
  5. ; ***  document, and this text appeared instead, you may   ***
  6. ; ***  want to install the Script DataType by Cloanto.     ***
  7. Assign >NIL: PPaintCD: EXISTS
  8. If WARN
  9.   Assign >NIL: PPaintCD: ""
  10. EndIf
  11. Failat 21
  12. If NOT EXISTS ENV:Language
  13.   SetEnv Language english
  14. EndIf
  15. If $Language EQ "deutsch"
  16.   If EXISTS SYS:Utilities/MultiView
  17.     Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  18.   Else
  19.     Which >NIL: MultiView
  20.     If WARN
  21.       If EXISTS SYS:Utilities/AmigaGuide
  22.         Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  23.       Else
  24.         Run >NIL: <NIL: PPaintCD:H/2/AG34 >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  25.       EndIf
  26.     Else
  27.       Run >NIL: <NIL: MultiView >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  28.     EndIf
  29.   EndIf
  30.   If $Language EQ "italiano"
  31.     If EXISTS SYS:Utilities/MultiView
  32.       Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: PPaintCD:H/7/2/4/OO00
  33.     Else
  34.       Which >NIL: MultiView
  35.       If WARN
  36.         If EXISTS SYS:Utilities/AmigaGuide
  37.           Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: PPaintCD:H/7/2/4/OO00
  38.         Else
  39.           Run >NIL: <NIL: PPaintCD:H/2/AG34 >NIL: <NIL: PPaintCD:H/7/2/4/OO00
  40.         EndIf
  41.       Else
  42.         Run >NIL: <NIL: MultiView >NIL: <NIL: PPaintCD:H/7/2/4/OO00
  43.       EndIf
  44.     EndIf
  45.   Else
  46.     If EXISTS SYS:Utilities/MultiView
  47.       Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  48.     Else
  49.       Which >NIL: MultiView
  50.       If WARN
  51.         If EXISTS SYS:Utilities/AmigaGuide
  52.           Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  53.         Else
  54.           Run >NIL: <NIL: PPaintCD:H/2/AG34 >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  55.         EndIf
  56.       Else
  57.         Run >NIL: <NIL: MultiView >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  58.       EndIf
  59.     EndIf
  60.   EndIf
  61. EndIf
  62. ; Cloanto 
  63.  CD-ROM Configuration Scripts
  64. ; Copyright 
  65.  1995-1997 Cloanto Italia srl - All Rights Reserved
  66. ; Cloanto is a registered trademark of Cloanto Italia srl
  67.